home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / include / Qt / qobjectdict.h.z / qobjectdict.h
Encoding:
C/C++ Source or Header  |  1998-10-28  |  1.2 KB  |  42 lines

  1. /****************************************************************************
  2. ** $Id: qobjectdict.h,v 2.2 1998/07/03 00:09:35 hanord Exp $
  3. **
  4. ** Definition of QObjectDictionary
  5. **
  6. ** Created : 940807
  7. **
  8. ** Copyright (C) 1992-1998 Troll Tech AS.  All rights reserved.
  9. **
  10. ** This file is part of Qt Free Edition, version 1.40.
  11. **
  12. ** See the file LICENSE included in the distribution for the usage
  13. ** and distribution terms, or http://www.troll.no/free-license.html.
  14. **
  15. ** IMPORTANT NOTE: You may NOT copy this file or any part of it into
  16. ** your own programs or libraries.
  17. **
  18. ** Please see http://www.troll.no/pricing.html for information about 
  19. ** Qt Professional Edition, which is this same library but with a
  20. ** license which allows creation of commercial/proprietary software.
  21. **
  22. *****************************************************************************/
  23.  
  24. #ifndef QOBJECTDICT_H
  25. #define QOBJECTDICT_H
  26.  
  27. #ifndef QT_H
  28. #include "qmetaobject.h"
  29. #include "qdict.h"
  30. #endif // QT_H
  31.  
  32.  
  33. // QMetaObject collections
  34.  
  35. typedef Q_DECLARE(QDictM,QMetaObject)        QObjectDictionary;
  36. typedef QObjectDictionary            QObjectDict;
  37.  
  38. extern QObjectDictionary *objectDict;        // global object dictionary
  39.                         // defined in qmetaobject.cpp
  40.  
  41. #endif // QOBJECTDICT_H
  42.